net/http.http2roundRobinWriteScheduler.streams (field)
7 uses
net/http (current package)
h2_bundle.go#L11598: streams map[uint32]*http2writeQueue
h2_bundle.go#L11615: streams: make(map[uint32]*http2writeQueue),
h2_bundle.go#L11621: if ws.streams[streamID] != nil {
h2_bundle.go#L11625: ws.streams[streamID] = q
h2_bundle.go#L11641: q := ws.streams[streamID]
h2_bundle.go#L11655: delete(ws.streams, streamID)
h2_bundle.go#L11666: q := ws.streams[wr.StreamID()]
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |